home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 24
/
Mac Magazin and MacEasy Magazine CD - Issue 24.iso
/
Online
/
PageSpinner 1.2b3
/
Settings
/
FTP
/
Save To FTP Server.txt
< prev
Wrap
Text File
|
1996-08-03
|
420b
|
23 lines
property gDesturl : ""
on specify_destination()
local prefsFile
set prefsFile to open for access file "FTP Server Settings"
set gDesturl to read prefsFile
close access of the prefsFile
end specify_destination
on open doc
specify_destination()
with timeout of 60000 seconds
tell application "Fetch"
put into url gDesturl item doc
beep
-- quit
end tell
end timeout
end open
specify_destination()